Metalshub AI

Helping users create fast enquiries and increase success rates.

PRODUCT MANAGEMENT, PRODUCT DESIGN, PROTOTYPE

2024

AI Enquiries Insights Dashboard

INTRODUCTION

AI Enquiries Insights

AI Enquiry Insights is an intelligent assistant that helps users increase the success rate of their enquiries. By analyzing historical data, the model identifies which factors drive supplier engagement, such as payment terms, delivery mode, Incoterms, or quantity. Based on these insights, the AI provides real-time recommendations while users fill out the enquiry form.

This was my first time acting as a Product Owner, leading a cross-functional team with data science, engineering, and design. The data team developed the predictive model, while I was responsible for shaping it into a usable product experience. The project served as a pilot for AI adoption at Metalshub, testing how advanced analytics could be integrated into our workflows and delivered as tangible value to users.

YEAR 2024
TIMELINE Ideation & Design – 2 months
Front-end Development – 1 month
Back-end Development – 2 months
Data validation and testing – 1 month
ROLE Product Owner
TEAM Front-end Engineer
Back-end Engineer
Operational Engineer
Data Scientist
QA Engineer

Overview

Challenge

Users often created enquiries that didn’t attract enough suppliers, reducing chances of a deal.

Solution

We integrated the AI model into the listing creation form, providing real-time recommendations (e.g. payment terms, delivery modes, incoterms) to increase supplier engagement.

Impact

Enabled users to optimize their listings without needing to understand complex data, resulting in higher enquiry success rates.

AI Research and Development Process
AI Interface Design
AI User Experience Flow

Brainstorming

Early ideation on AI use cases

As the Product Owner, I facilitated a workshop with design, engineering, and data teams to align on scope and explore how AI could support enquiry success. This session was key to transforming the data model into a practical product feature.

AI Workflow Design
AI Process Management

Mapping the enquiry journey

In the workshop, we mapped the entire enquiry journey step by step.By combining this with historical data, we identified where users struggle most.These pain points became the foundation for defining AI opportunities.

AI Workflow Architecture
AI Feature Implementation
AI System Integration

Feature 1

Enquiry Recommender

The goal of this feature was to increase the success rate of enquiries by making them more attractive to suppliers. Historical listing data was analyzed to identify patterns that led to higher supplier participation. For example, payment terms under 30 days or delivery via DDP Rotterdam consistently showed stronger engagement.

The model translated these insights into real-time recommendations during enquiry creation. As buyers filled out the form, the system suggested optimal parameters such as payment terms, delivery mode, or Incoterms. Importantly, users could accept or adjust these suggestions, maintaining full control.

AI Recommender System Demo

Impact

quote

⚡️ Average enquiry completion time reduced from 16 minutes to 9.7 minutes.

⚡️ Listings with AI-assisted inputs received 15% more supplier offers compared to control cases.

Feature 2

Document Importer

The second feature aimed to reduce the manual effort of transferring contract or Excel data into the platform. Since building a full importer would require significant development resources, we decided to prototype the workflow with AI first and test whether it could actually improve user efficiency.

Challenge

Prototyping in uncharted territories…

Our users are more traditional, and during past testing sessions we noticed that many struggled to understand the concept of a Figma prototype — they assumed every button should be fully functional. This led to unexpected insights: instead of focusing on the flow, users reacted to the missing interactions.

To address this, we explored new tools such as V0 with Cursor to build higher-fidelity prototypes. Compared to Figma’s text-to-image mockups, V0 generated cleaner visuals and allowed us to publish directly or export code to GitHub. This approach made the prototypes behave closer to a real product, which in turn created more reliable user feedback and smoother interactions during testing.

AI v0 Prototype Demo

Impact

quote

Even when we simulated AI hallucinations, users still completed tasks significantly faster. With over 50 files, efficiency improved by up to 70%.

Hypothesis workflow

AI outputs were unpredictable in testing, we split the workflow into stages — filtering and validating at each step — to improve overall accuracy and reliability.

Pre-processing

Inputs such as documents, free text, and spreadsheets vary significantly in structure. Directly passing them to the model leads to inconsistent results. A pre-processing layer classifies and parses these sources, normalizing them into a standardized format.

Processing

Once standardized, the data can be processed more effectively. This stage focuses on distinguishing product data from contextual information, enriching attributes, and generating draft outputs with reduced noise and higher consistency.

Post-processing

Model outputs require additional validation before use. Post-processing applies scoring, deduplication, and user-driven corrections to ensure accuracy, reliability, and full traceability of the published data.

AI System Overview

Resilience

AI analysis times were unpredictable — sometimes very fast, sometimes significantly slower. To avoid blocking the workflow, we allowed users to run the importer in the background and continue with other tasks until results were ready.

During training we observed a high rate of AI hallucinations. While scoring systems could flag risky outputs, we also introduced quick-edit capabilities so users could easily correct errors. This combination of transparency and control helped build trust in the feature.

AI Final Implementation
AI User Interface Design
×